UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

RHEL 9 must enable the SELinux targeted policy.


Overview

Finding ID Version Rule ID IA Controls Severity
V-258079 RHEL-09-431015 SV-258079r958944_rule Medium
Description
Setting the SELinux policy to "targeted" or a more specialized policy ensures the system will confine processes that are likely to be targeted for exploitation, such as network or system services. Note: During the development or debugging of SELinux modules, it is common to temporarily place nonproduction systems in "permissive" mode. In such temporary cases, SELinux policies should be developed, and once work is completed, the system should be reconfigured to "targeted".
STIG Date
Red Hat Enterprise Linux 9 Security Technical Implementation Guide 2024-06-04

Details

Check Text ( C-61820r926222_chk )
Verify the SELINUX on RHEL 9 is using the targeted policy with the following command:

$ sestatus | grep policy

Loaded policy name: targeted

If the loaded policy name is not "targeted", this is a finding.
Fix Text (F-61744r926223_fix)
Configure RHEL 9 to use the targetd SELINUX policy.

Edit the file "/etc/selinux/config" and add or modify the following line:

SELINUXTYPE=targeted

A reboot is required for the changes to take effect.